Appliance Update ServiceInfo
The Appliance Update ServiceInfo schema describes a service to be stopped and started during the update installation.
This schema was added in vSphere API 6.7.
{
"service": "string",
"description": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
Service ID
This property was added in vSphere API 6.7.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.appliance.service
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.appliance.service
.
Service description
This property was added in vSphere API 6.7.